1bashThis demonstrates connecting to a remote server using SSH.ssh hostnameexternal toolssshremote connection
2bashThis demonstrates connecting to a remote host using SSH with a specified username, hostname, and port.ssh ssh://user@hostname:8765external toolssshremote connection
3bashThis demonstrates connecting to a remote host via SSH using a custom port.ssh user@hostname -p 8765external toolssshremote connectioncustom port